POV-Ray : Newsgroups : povray.beta-test : Isosurface : 2 bugs : Isosurface : 2 bugs Server Time
30 Jul 2024 10:14:57 EDT (-0400)
  Isosurface : 2 bugs  
From: R  Suzuki
Date: 30 Nov 2001 20:09:18
Message: <3c082dbe@news.povray.org>
1. '|' and '&'
 According to POV-Help 6.5.4.4.1&2, the operator '|' means merge
 and '&' means intersection.
 But these operators don't work properly on beta 8.  
 For example, following isosurface is not the intersection 
 of two spheres.
   isosurface{
     function { f_sphere(x,y,z,1) & f_sphere(x+0.5,y,z,1)}
   }

 These were ok on beta 7.

2. 'int()'
 The function 'int()' does not work in isosurface.
 Try the following isosurface. 
   isosurface{
      function { int(0.5)}
      threshold 0.5
   }

 POV-Ray crashes on my PC.
 POV-Ray for Windows 3.5 beta 8, Windows Me, Celeron 600MHz

R. Suzuki


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.